From: Daniel Colascione Date: Mon, 5 May 2014 10:59:24 +0000 (-0700) Subject: Use rx for `gnu' compile.el pattern X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~3423^2~1687 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d6509ba674a33136e9358902692ac3a5be1a4ef2;p=emacs.git Use rx for `gnu' compile.el pattern * progmodes/compile.el (compilation-error-regexp-alist-alist): Port `gnu' pattern to rx. --- d6509ba674a33136e9358902692ac3a5be1a4ef2 diff --cc lisp/ChangeLog index 59f41b05bd9,8ec39dc7f9a..bdf4e46e9d1 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -1,10 -1,8 +1,15 @@@ + 2014-05-05 Daniel Colascione + + * progmodes/compile.el (compilation-error-regexp-alist-alist): + Port `gnu' pattern to rx. + +2014-05-05 Jarek Czekalski + + Remove unneeded prompt when closing a buffer with active + emacsclient ("Buffer ... still has clients"), #16548. + * server.el (server-start): Remove the only call to: + (server-kill-buffer-query-function): Remove. + 2014-05-04 Leo Liu * calendar/diary-lib.el (calendar-chinese-month-name-array):